a73c05b56295fdea1b1c118991c8e55105e86a55,dfu/src/main/java/no/nordicsemi/android/dfu/DfuBaseService.java,DfuBaseService,onHandleIntent,#Intent#,1001

Before Change


				}

				// Enable notifications
				enableCCCD(gatt, controlPointCharacteristic, NOTIFICATIONS);
				sendLogBroadcast(LOG_LEVEL_APPLICATION, "Notifications enabled");

				try {

After Change


					sendLogBroadcast(LOG_LEVEL_VERBOSE, "Jumping to the DFU Bootloader...");

					// Enable notifications
					enableCCCD(gatt, controlPointCharacteristic, NOTIFICATIONS);
					sendLogBroadcast(LOG_LEVEL_APPLICATION, "Notifications enabled");

					// Send 'jump to bootloader command' (Start DFU)